Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pointer Events #1591

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Add Pointer Events #1591

merged 1 commit into from
Dec 9, 2024

Conversation

browser-specs-bot
Copy link
Collaborator

Close #1585, adding the suggested spec to the list.

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://www.w3.org/TR/pointerevents4/",
  "seriesComposition": "full",
  "shortname": "pointerevents4",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "pointerevents3",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
Update spec in the same series (1)
{
  "url": "https://www.w3.org/TR/pointerevents3/",
  "seriesComposition": "full",
  "shortname": "pointerevents3",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "3",
  "seriesNext": "pointerevents4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents3/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}

Tests

These changes look good! 😎

Close #1585, adding the suggested spec to the list.

### Changes to `index.json`
This update would trigger the following changes in `index.json`:

<details><summary>Add spec (1)</summary>

```json
{
  "url": "https://www.w3.org/TR/pointerevents4/",
  "seriesComposition": "full",
  "shortname": "pointerevents4",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "pointerevents3",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
```
</details>
<details><summary>Update spec in the same series (1)</summary>

```json
{
  "url": "https://www.w3.org/TR/pointerevents3/",
  "seriesComposition": "full",
  "shortname": "pointerevents3",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "3",
  "seriesNext": "pointerevents4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents3/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
```
</details>

### Tests
These changes look good! 😎
@tidoust tidoust merged commit 6adf500 into main Dec 9, 2024
1 check passed
@tidoust tidoust deleted the add-pointerevents4 branch December 9, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pointerevents4
2 participants